home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / English.lproj / ClientInspector.nib / data.classes next >
Encoding:
Text File  |  1994-02-06  |  1.2 KB  |  87 lines

  1. ExpenseViewMgr = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     totalExpensesField;
  6.     clientExpensesField;
  7.     };
  8.     SUPERCLASS = BrowserViewMgr;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ClientViewMgr = {
  16.     ACTIONS = {
  17.     };
  18.     OUTLETS = {
  19.     dataForm;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. SessionViewMgr = {
  24.     ACTIONS = {
  25.     };
  26.     OUTLETS = {
  27.     clientBillingsField;
  28.     clientHoursField;
  29.     totalHoursField;
  30.     totalBillingsField;
  31.     };
  32.     SUPERCLASS = BrowserViewMgr;
  33. };
  34. ClientInspector = {
  35.     ACTIONS = {
  36.     undelete:;
  37.     showExpenses:;
  38.     browserClick:;
  39.     add:;
  40.     showClient:;
  41.     modify:;
  42.     delete:;
  43.     showHours:;
  44.     };
  45.     OUTLETS = {
  46.     panel;
  47.     clientView;
  48.     sessionView;
  49.     sessionMgr;
  50.     currentMgr;
  51.     browser;
  52.     popUpButton;
  53.     viewsPanel;
  54.     addButton;
  55.     controller;
  56.     currentView;
  57.     clientMgr;
  58.     deleteButton;
  59.     sessionMenuCell;
  60.     clientMenuCell;
  61.     modifyButton;
  62.     expenseMgr;
  63.     previousSelection;
  64.     popUpList;
  65.     expenseView;
  66.     expenseMenuCell;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. ViewMgr = {
  71.     ACTIONS = {
  72.     };
  73.     OUTLETS = {
  74.     view;
  75.     };
  76.     SUPERCLASS = Object;
  77. };
  78. BrowserViewMgr = {
  79.     ACTIONS = {
  80.     };
  81.     OUTLETS = {
  82.     titleText;
  83.     browser;
  84.     };
  85.     SUPERCLASS = ViewMgr;
  86. };
  87.